Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geekha/refactor footer #12

Closed
wants to merge 8 commits into from

Conversation

geekhadev
Copy link
Contributor

Se envía primera fase de la PR para revisión.

Hay dos temas que no supe resolver en primera instancia:

  • El borde gradiente que tiene el diseño en la parte superior
  • Y el background difuminado está con altos fijos, me gustaría dejarlo auto ajustable

Si hay ideas les agradezco no soy experto en FrontEnd.

add sizes props to reuse in hero and footer
change design footer and implement in home page
src/app/page.tsx Outdated
@@ -94,7 +95,7 @@ export default function Home() {
))}
</div>
</main>
<footer className="relative z-10 p-4 font-koulen text-white">
{/* <footer className="relative z-10 p-4 font-koulen text-white">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creo que sería mejor borrar el código que no usaremos y dejar solo el Footer, qué opinas?

height?: string;
}

export const Title = ({ width = "100%", height = "100%" }: propsType) => (
<svg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Genial, lo agregué en los nuevos iconos.

@joseglego
Copy link
Member

En general se ve bien

Pero voy a tener que probarlo localmente para poder ver la UI. Mi recomendación personal (que debo agregar como template al repo) es agregar un par de screenshots cuando hayan cambios visuales para así tener una idea.

Respecto a tus comentarios:

  1. Tengo que verlo más en detalle, dejame ver
  2. Dependiendo de cuánto afecte la UI yo sigo esta misma idea. Así que no vería problema si no se afecta tanto. Igual tendría que chequearlo con la diseñadora

@geekhadev
Copy link
Contributor Author

geekhadev commented Mar 28, 2024

He agregado unas mejoras para finalizar el footer dejo las captures de como quedó:

Versión desktop:
Screenshot 2024-03-28 at 12 30 12 PM

Versión mobile
Screenshot 2024-03-28 at 12 30 30 PM

Nota: hice un pequeño cambio en el formulario de suscripción: no agregue el label "suscribete" y en versión mobile, organice el botón debajo del input y no al lado

@geekhadev
Copy link
Contributor Author

geekhadev commented Apr 2, 2024

  • Se elimina el formulario de suscripción y se apunta a un link
  • Se agregan los vínculos de los links de interes

Hay que refactorizarlo cuando se integre el Sanity, pero como está creo que cumple para el merge.

@geekhadev
Copy link
Contributor Author

Se elimina antiguo footer en src/app/page.tsx

@joseglego
Copy link
Member

Esto se continuó en el PR: #36

Con @geekhadev como contribuidor interno.

@joseglego joseglego closed this Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants